func math/big.umax32

7 uses

	math/big (current package)
		float.go#L605: 		z.prec = umax32(bits, 64)
		float.go#L631: 		z.prec = umax32(a.prec, b.prec)
		float.go#L1454: 		z.prec = umax32(x.prec, y.prec)
		float.go#L1528: 		z.prec = umax32(x.prec, y.prec)
		float.go#L1595: 		z.prec = umax32(x.prec, y.prec)
		float.go#L1640: 		z.prec = umax32(x.prec, y.prec)
		float.go#L1728: func umax32(x, y uint32) uint32 {